All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.qtcomponents.TCTextOptions

java.lang.Object
   |
   +----quicktime.util.QTByteObject
           |
           +----quicktime.std.qtcomponents.TCTextOptions

public final class TCTextOptions
extends QTByteObject
implements PrimitivesLib

Constructor Index

 o TCTextOptions()
Make a TextOptions class for the TimeCoder

Method Index

 o getBackColor()
Returns the background Color field.
 o getForeColor()
Returns the foreground Color field.
 o getTXFace()
Returns the txFace field.
 o getTXFont()
Returns the txFont field.
 o getTXSize()
Returns the txSize field.
 o setBackColor(QDColor)
Sets the background Color field.
 o setForeColor(QDColor)
Sets the foreground Color field.
 o setTXFace(int)
Sets the txFace field.
 o setTXFont(int)
Sets the txFont field.
 o setTXSize(int)
Sets the txSize field.

Constructors

 o TCTextOptions
 public TCTextOptions()
Make a TextOptions class for the TimeCoder

Methods

 o getTXFont
 public int getTXFont()
Returns the txFont field.

Returns:
an int
 o setTXFont
 public void setTXFont(int txFont)
Sets the txFont field.

Parameters:
txFont - the new font ID
 o getTXFace
 public int getTXFace()
Returns the txFace field.

Returns:
an int
 o setTXFace
 public void setTXFace(int txFace)
Sets the txFace field.

Parameters:
txFace - the new font ID
 o getTXSize
 public int getTXSize()
Returns the txSize field.

Returns:
an int
 o setTXSize
 public void setTXSize(int txSize)
Sets the txSize field.

Parameters:
txSize - the new font ID
 o getForeColor
 public QDColor getForeColor()
Returns the foreground Color field.

Returns:
a QDColor
 o setForeColor
 public void setForeColor(QDColor foreColor)
Sets the foreground Color field.

Parameters:
foreColor - a QDColor
 o getBackColor
 public QDColor getBackColor()
Returns the background Color field.

Returns:
a QDColor
 o setBackColor
 public void setBackColor(QDColor backColor)
Sets the background Color field.

Parameters:
foreColor - a QDColor

All Packages  Class Hierarchy  This Package  Previous  Next  Index